/*Pandelis for Irene's QA 27/11/2024 */
/*breadcrumb convert to one line*/
.breadcrumbContainer .container.inner {
    overflow-x: auto;
}

.breadcrumbContainer {
    max-width: 100vw;
    overflow-x: hidden;
    white-space: nowrap;
    border: 1px solid red;
}

.breadcrumbContainer::-webkit-scrollbar {
    display: none;
}

.breadcrumbContainer ol {    
    white-space: nowrap;
    flex-wrap: nowrap;
}

/*menu hover color*/
.hasSubmenu .hasChildren a:hover span {
    color: #CC0233; 
}

.mainMenu .menuTop li.hasSubmenu .hasChildren a:hover .icon:before {
     color: #CC0233!important;
}

/*adjust underline on hover to be full width*/
.mainMenu .menu nav a {
    position: relative; 
    display: inline-block; 
}

.mainMenu .menu nav a:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0; 
    width: 0; 
    visibility: hidden; 
    -webkit-transition: width 0.15s ease, visibility 0.15s ease; 
    transition: width 0.15s ease, visibility 0.15s ease; 
}

.mainMenu .menu nav a:hover:before,
.mainMenu .menu nav a:focus:before,
.mainMenu .menu nav a.active:before {
    width: 100%;
    visibility: visible;
}

.mobileMenuToggle:before {
    content: unset;
}

/*adjust the texts on footerAboveOuterMobile to be one line and scrollable*/
.footerAboveOuterMobile .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
} 

nav.footerAboveOuterMobile {
    display: flex; 
    overflow-x: auto; 
    white-space: nowrap; 
}

nav.footerAboveOuterMobile button.nav-link {
    display: flex!important;
    flex-wrap: nowrap;
    white-space: nowrap; 
    flex-shrink: 0; 
}

.footerAboveOuterMobile .nav-tabs {
    display: flex;
    flex-wrap: nowrap; 
    width: 100%; 
}

/*adjust layout of footer logos column on mobile*/
@media (max-width: 576px) {
    .footerOuter .footerBottom .logosWrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px; 
        padding: 20px;
    }

    .footerOuter .footerBottom .logosWrapper .footerBrandsLink {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footerOuter .footerBottom .logosWrapper img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .footerOuter .footerBottomMobile a {
        margin: unset;
    }
    .footerOuter .footerBottom .logosWrapper .footerBrandsLink:nth-child(odd) {
        margin-right: unset;
        margin-top: unset;
    }
    .footerOuter .footerBottomMobile a:nth-child(n+3) {
        margin-top: 0px;
    }
    .footerOuter .footerBottom .logosWrapper .footerBrandsLink:nth-child(odd),
    .footerOuter .footerBottom .logosWrapper .footerBrandsLink:nth-child(even) {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .footerBottomMobile .rightTitle {
        z-index: 1!important;
        padding: 40px 0 0 0!important;
    }
}    

/*Fix the size of the cards that had isues*/
.missionSection__card {
    margin-right: 0;
    aspect-ratio: unset; 
    max-width: unset; 
}

@media (min-width: 768px) {
    .missionSection__card {
         aspect-ratio: unset;
         max-width: 100%; 
         margin-right: 30px; 
    }
}

/*fix the cars on Alumni Contact US Cards PL118 */
.cardImageFaculty__container {
    padding: 0 10px 0 10px;
}


/*Library Button Styles*/
#library-search-button {
    cursor: auto;
    pointer-events: pointer;  
}

#library-search-button.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    pointer-events: none;  
}

.innerHeader .innerHeader__titleWithBg.blueGreen h1::before {
    background-color: #CC0033 !important;
}

.innerHeader .innerHeader__titleFull:before {
    opacity: 0.2;
    background: var(--Pierce-Colours-Pierce, #C03);
}

/*Blog cards fixes 2/12/2024 */
.blogFeatured .cardImageFaculty__level {   
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .01em;
    line-height: 26px;
    color: #252159;
    margin-bottom: 17px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.blogFeatured .cardImageFaculty__division ,
.newsListing .cardImageFaculty__division{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .0075em;
    color: #66648b;
}

.blogFeatured .cardImageFaculty__department,
.newsListing .cardImageFaculty__department {
    font-weight: 700;
}

.blogFeatured .cardImageFaculty__department.co-pierce,
.newsListing .cardImageFaculty__department{
    color: #c03!important;
}

/*Fix Success Stories img sizes*/
.successStoriesListing .cards img {
    height: 220px;
    width: auto;
    object-fit: contain;
}

.newsInnerTop h1 {
    word-wrap: break-word;   
}

@media all and (min-width: 1200px) and (max-height: 1000px) {
    .homeBanner-title {
        font-size: 45px;
        line-height: 50px;
    }
    .homeBanner-spacing {
        margin-bottom: 30px !important;
    }
}

/*#calendarEvents .singleEvent {*/
/*    display: block !important;*/
/*}*/

/*body, .mm-wrapper, .mm-slideout, .mm-page {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow: visible;*/
/*    box-sizing: border-box;*/
/*}*/

/*.mm-page {*/
/*    width: 100vw; */
/*}*/
/*.mm-page .mm-page {*/
/*    width: auto; */
/*}*/

/*.mm-page {*/
/*    border: 2px solid red;*/
/*    overflow: hidden;*/
/*}*/

/*.mm-wrapper {*/
/*    position: static !important;*/
/*}*/
/*.mm-slideout {*/
/*    position: static !important;*/
/*}*/

/*html, body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/



